Skip to content

Fix DEVELOPMENT.md 404 links by redirecting to CONTRIBUTORS.md#8

Merged
MasonChow merged 2 commits intomainfrom
copilot/fix-7
Aug 30, 2025
Merged

Fix DEVELOPMENT.md 404 links by redirecting to CONTRIBUTORS.md#8
MasonChow merged 2 commits intomainfrom
copilot/fix-7

Conversation

Copy link

Copilot AI commented Aug 30, 2025

The repository contained several broken links to a non-existent DEVELOPMENT.md file. These links were causing 404 errors when users tried to access development documentation from the README files.

Root cause:

  • Multiple README files referenced DEVELOPMENT.md which doesn't exist in the repository
  • The comprehensive development documentation actually exists in CONTRIBUTORS.md

Changes made:

  • Updated README.md to replace 2 references from DEVELOPMENT.md to CONTRIBUTORS.md
  • Updated crates/node_sdk/README.md to redirect to CONTRIBUTORS.md
  • Updated crates/source_map_parser/README.md to redirect to CONTRIBUTORS.md

Impact:

  • All development/build/testing/roadmap links now correctly point to the existing comprehensive documentation
  • Users can successfully access development information without encountering 404 errors
  • No content duplication or file restructuring was needed

The CONTRIBUTORS.md file contains all the relevant information that was expected to be in DEVELOPMENT.md, including development environment setup, build commands, testing strategies, release processes, and project roadmap.

Fixes #7.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: MasonChow <12403684+MasonChow@users.noreply.github.com>
Copilot AI changed the title [WIP] DEVELOPMENT.md 404 Fix DEVELOPMENT.md 404 links by redirecting to CONTRIBUTORS.md Aug 30, 2025
Copilot AI requested a review from MasonChow August 30, 2025 07:07
Copy link
Owner

@MasonChow MasonChow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MasonChow MasonChow marked this pull request as ready for review August 30, 2025 07:09
Copilot AI review requested due to automatic review settings August 30, 2025 07:09
@MasonChow MasonChow merged commit 861e7f2 into main Aug 30, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes broken documentation links by redirecting references from a non-existent DEVELOPMENT.md file to the existing CONTRIBUTORS.md file, which contains the comprehensive development documentation.

  • Updated all broken DEVELOPMENT.md references across README files to point to CONTRIBUTORS.md
  • Fixed 404 errors when users attempt to access development documentation
  • Maintained consistency across the repository's documentation structure

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
README.md Updated 2 broken DEVELOPMENT.md links to reference CONTRIBUTORS.md
crates/node_sdk/README.md Fixed reference to development documentation from DEVELOPMENT.md to CONTRIBUTORS.md
crates/source_map_parser/README.md Updated development and roadmap reference to point to CONTRIBUTORS.md

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MasonChow MasonChow deleted the copilot/fix-7 branch August 30, 2025 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DEVELOPMENT.md 404

3 participants